projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab8a4c6
)
arm: mvebu: Don't use 0 as board ID as its used for the custom boards
author
Stefan Roese
<
[email protected]
>
Wed, 9 Dec 2015 09:25:10 +0000
(10:25 +0100)
committer
Stefan Roese
<
[email protected]
>
Thu, 14 Jan 2016 13:08:59 +0000
(14:08 +0100)
Using board ID 0 is reserved for the non-Marvell "custom" boards. So
move the board ID's to reflect this.
Signed-off-by: Stefan Roese <
[email protected]
>
Cc: Luka Perkov <
[email protected]
>
Cc: Phil Sutter <
[email protected]
>
arch/arm/mach-mvebu/serdes/axp/board_env_spec.h
patch
|
blob
|
history
diff --git
a/arch/arm/mach-mvebu/serdes/axp/board_env_spec.h
b/arch/arm/mach-mvebu/serdes/axp/board_env_spec.h
index 36e0ed80f0d5aecc25b7227e3835ef893ed3d000..f00f32787c4fbdea2fbe328bcd1ae825c6da2e32 100644
(file)
--- a/
arch/arm/mach-mvebu/serdes/axp/board_env_spec.h
+++ b/
arch/arm/mach-mvebu/serdes/axp/board_env_spec.h
@@
-32,7
+32,7
@@
#define BOARD_ID_BASE 0x0
/* New board ID numbers */
-#define DB_88F78XX0_BP_ID (BOARD_ID_BASE)
+#define DB_88F78XX0_BP_ID (BOARD_ID_BASE
+ 1
)
#define RD_78460_SERVER_ID (DB_88F78XX0_BP_ID + 1)
#define DB_78X60_PCAC_ID (RD_78460_SERVER_ID + 1)
#define FPGA_88F78XX0_ID (DB_78X60_PCAC_ID + 1)